Skip to content

[Java.Interop.Tools.JavaSource] Fix remaining parsing errors #1036

Merged
jonpryor merged 1 commit intomainfrom
dev/pjc/fix-jdi-errors
Sep 28, 2022
Merged

[Java.Interop.Tools.JavaSource] Fix remaining parsing errors #1036
jonpryor merged 1 commit intomainfrom
dev/pjc/fix-jdi-errors

Conversation

@pjcollins
Copy link
Member

@pjcollins pjcollins commented Sep 14, 2022

Fixes: #850

All 431 instances of JavadocImport-Error that would occur when
generating API docs for Mono.Android.dll have been fixed. Problematic
scenarios that have been fixed include:

  • @hide and @inheritDoc tags with trailing content
  • <tt> or <i> elements with no closing tag
  • <pre> elements with an attribute and/or no closing elements
  • <a name=""> or <a id=""> elements inside of an unclosed <p> element
  • <a href=""> elements with mixed casing or spacing
  • {https://github.com/link foo tags without a closing bracket
  • Any extra occurances of @, {, or }

Loading
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

XML syntax warnings when using JavaSourceJar

2 participants